home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 19 / Night Owl (The Best of Shareware)(NOPV 19)(1996).ISO / 004a / ss_32.zip / SEND.BAT < prev    next >
DOS Batch File  |  1995-12-03  |  379b  |  14 lines

  1. @echo off
  2. rem
  3. rem  SuperSlots! passes these parameters to SEND.BAT.
  4. rem  %1 = com port.
  5. rem  %2 = base address for com port.
  6. rem  %3 = IRQ for com port.
  7. rem
  8. rem  Replace port %1 below with portx %2,%3 if using a non-standard com port.
  9. rem  See SS!SYSOP.DOC for more information on SEND.BAT.
  10. rem
  11.  
  12. rem  Send icon files using Zmodem.
  13. DSZ portx %2,%3 sz SS?.ICN SS?.PAL
  14.